(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <clib/graphics_protos.h>
ULONG ExtendFont()
SYNOPSIS
struct TextFont * font
struct TagItem * fontTags
LOCATION
In GfxBase at offset 136
FUNCTION
Checks whether or not a TextFont has a TextFontExtension. If no extension exists, and tags are fontTags are supplied, then it will try to build one.
INPUTS
font
font to check for an extension.
fontTags
tags to buil the TextFontExtesion from if it doesn't exist. May be 0.
RESULT
success - FALSE if the font has no TextFontExtension and an extension can't be built. TRUE otherwise.
NOTES
EXAMPLE
BUGS
SEE ALSO
ExtendFontTags(),
StripFont()
INTERNALS
HISTORY
31.07.1997 nlorentz
Added TFE_COOKIE define. Polish.
30.06.1997 nlorentz
Availfonts()